home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
GCC
/
V2-4-5
/
GCCEXTSR
/
Virtual
/
!Virtual
/
h
/
output
< prev
next >
Wrap
Text File
|
1993-09-06
|
308b
|
19 lines
/*
* output.h
* Part of the !Virtual distribution
* (c) bdb/nas/fo, 1992-3
*/
/* Call these in normal mode */
void printflush(WKSP *w);
void printc(WKSP *w, int c );
#pragma check_printf_formats
void printf(char *fmt,...);
#pragma -v0
/* Special call for virtual mode */
void outc(WKSP *w, int c );